#!/usr/bin/env bash
{ set +x; } 2>/dev/null

https_url="https://github.com/owner/repo"

git-url-fullname "$https_url"
